body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h3,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin:0;
  padding:0;
}

a{
  text-decoration: none;
  color: #333333;
}
a:hover {
  color: #C64B4B;
}

ol, ul, li {
    list-style: none;
}

/*字体*/
.border-right-hd h3, .border-right-text ul li a .text, .time, .border-right-text .count-btn, .timeline ul li h6, .timeline ul li span,
.timeline li.first span, .timeline li.first h6, .related-news-hd h3, .border-right-hd p a, .phone-num, .sign-enter p,
.link-text, .link-img p, .name, .link, .major-classify ul li:first-child, .tab-item li a p, .tab-item li a h6, .tab-item li a span, .tool-item p,
.video-title, .video-text, .review-items dl dd a, .review-items dl dd a span, .footer dt a, .footer dd a {
  font-family: STSongti-SC-Regular;
}
/*字号*/
.border-right-text ul, .border-right-hd p a, .tab-item li a h6, .tab-item li a span, .review-items dl dd {
  font-size: 12px;
}
body, .major-classify ul li {
  font-size: 14px;
}
.border-right-hd h3, .border-right-text .count-btn, .timeline li.first span, .related-news-hd h3, .link-number .phone, .video-title {
  font-size: 16px;
}
.timeline li.first h6 {
  font-size: 22px;
}
/*宽度*/
.container, .video-player-list {
  width: 980px;
}
/*字重*/
.border-right-hd h3, .border-right-text .count-btn, .related-news-hd h3, .link-number .phone, .phone-num, .name, .link a,
.tab-item li a h6, .tab-item li a span, .video-title{
  font-weight: bold;
}
/*border线*/
.banner-right, .related-news .related-news-hd, .link-number, .guide-text p, .collage, .collage-item-img, .tab-item li,
.video-player-list .video-player-item:nth-child(1), .video-player-item:nth-child(2), .video-player-item:nth-child(3),
.video-player-list .video-player-item:nth-child(4), .video-player-item:nth-child(5), .video-player-item:nth-child(6),
.video-player-list .video-player-item:nth-child(7), .video-player-item:nth-child(8), .video-player-item:nth-child(9) {
  border: 1px solid #D5D5D5;
}
/*字体颜色*/
.border-right-text ul li, .border-right-text ul li a .text, .time, .border-right-text .count-btn, .timeline li,
.border-right-hd p a, .link-number .phone, .phone-num, .name, .major-classify ul li, .tab-item li a h6, .tab-item li a span,
.tool-item p, .video-title, .review-items dl dd a {
  color: #333333;
}
/*背景色*/
.tab-item li, .video-player-list .video-player-item {
  background: #f9f9f9;
}
/*文字居中*/
.border-right-hd h3, .timeline li, .timeline ul li span, .related-news-hd h3, .sign-enter, .link-img, .link-text,
.guide-lines, .guide-text p, .collage-item, .major-classify ul li, .tab-item li, .tab-item li a p, .tool-item, .sign-enter p {
  text-align: center;
}


.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

.hide, .none {
    display: none
}

.w {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.mt12 {
    margin-top: 12px;
}

.pt12 {
    padding-top: 12px;
}

.bg-white {
    background-color: #fff;
}

.no-border {
    border: none !important;
}

.fl {
    float: left!important;
}

.fr {
    float: right!important;
}

.text-center {
    text-align: center;
}

/* crumbs start */
.crumbs {
    height: 20px;
    line-height: 20px;
    color: #666666;
    font-size: 12px;
}

.crumbs span, .crumbs a {
    color: #666666;
    font-size: 12px;
}

.crumbs a:hover {
    color: #BE443E;
}
/* crumbs end */



/* 文章列表通用样式 start */
.channel-box {
    padding-right: 12px;
    background-color: #fff;
}

.channel-hd {
    height: 43px;
    line-height: 43px;
    border-bottom: 2px solid #f9eae9;
}

.channel-hd h3 {
    height: 44px;
    float: left;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 15px;
    background-color: #C64B4B;
    border-bottom-right-radius: 24px;
}

.channel-hd .more {
    font-size: 12px;
    color: #999999;
}

.channel-hd a:hover {
    color: #FCE1AD;
}

.channel-bd {
    padding: 10px 0 0 14px;
}

.channel-bd li {
    height: 36px;
    line-height: 36px;

}

.channel-bd li a {
    width: 100%;
    float: left;
    font-size: 15px;
    background: url("../images/dot.png") no-repeat left center;
    padding-left: 10px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.channel-bd li span {
    float: right;
    font-size: 13px;
    color: #999999;
}

.channel-box-narrow {
    width: 370px;
}

.channel-box-narrow .channel-bd {
    height: 260px;
}

.channel-box-narrow li {
    height: 30px;
    line-height: 30px;
}

.channel-box-narrow li a {
    width: 75%;
}

.channel-box-brand {
    width: 580px;
}

.channel-box-brand .channel-bd {
    height: 260px;
}

.channel-box-brand li {
    height: 30px;
    line-height: 30px;
}

.channel-box-brand li a {
    width: 70%;
}

.channel-box-fluid {
    width: 100%;
}

.channel-box-fluid .channel-bd {
    height: 260px;
}

.channel-box-fluid li {
    float: left;
    width: 48%;
    height: 30px;
    line-height: 30px;
}

.channel-box-fluid li.right {
    margin-left: 4%;
    float: right;
}

.channel-box-fluid li a {
    width: 70%;
}

/* 文章列表通用样式 end */



.seek-enter {
  width: 400px;
  height: 160px;
  position: fixed;
  left: 85%;
  left: 78%\0;
  top: 50%;
}
.seek-enter:hover {
  cursor: pointer;
}
.seek-enter .seek-title {
  display: block;
  color: #ffffff;
  font-size: 22px;
  margin: 10px 0;
}
.seek-enter img {
  width: 200px;
  height: 80px;
  float: left;
}
